[INFO] fetching crate active-uuid-registry 0.7.1...
[INFO] fixing active-uuid-registry-0.7.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate active-uuid-registry 0.7.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate active-uuid-registry 0.7.1
[INFO] finished tweaking crates.io crate active-uuid-registry 0.7.1
[INFO] tweaked toml for crates.io crate active-uuid-registry 0.7.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate active-uuid-registry 0.7.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate active-uuid-registry 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82
[INFO] running `Command { std: "docker" "start" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking active-uuid-registry v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `get_context_uuids_from_pool` in this scope
[INFO] [stdout]    --> src/registry.rs:683:29
[INFO] [stdout]     |
[INFO] [stdout] 230 | / pub(crate) fn remove_uuid_from_pool(
[INFO] [stdout] 231 | |     namespace: &str,
[INFO] [stdout] 232 | |     context: &str,
[INFO] [stdout] 233 | |     uuid: &Uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | | }
[INFO] [stdout]     | |_- similarly named function `remove_uuid_from_pool` defined here
[INFO] [stdout] ...
[INFO] [stdout] 683 |           let stored_id_vec = get_context_uuids_from_pool(ns, "ctx")?;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 683 -         let stored_id_vec = get_context_uuids_from_pool(ns, "ctx")?;
[INFO] [stdout] 683 +         let stored_id_vec = remove_uuid_from_pool(ns, "ctx")?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_context_uuids_from_pool` in this scope
[INFO] [stdout]    --> src/registry.rs:796:21
[INFO] [stdout]     |
[INFO] [stdout] 230 | / pub(crate) fn remove_uuid_from_pool(
[INFO] [stdout] 231 | |     namespace: &str,
[INFO] [stdout] 232 | |     context: &str,
[INFO] [stdout] 233 | |     uuid: &Uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | | }
[INFO] [stdout]     | |_- similarly named function `remove_uuid_from_pool` defined here
[INFO] [stdout] ...
[INFO] [stdout] 796 |           let pairs = get_context_uuids_from_pool(ns, "ctx")?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 796 -         let pairs = get_context_uuids_from_pool(ns, "ctx")?;
[INFO] [stdout] 796 +         let pairs = remove_uuid_from_pool(ns, "ctx")?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_all_contexts_uuids_from_namespace` in this scope
[INFO] [stdout]    --> src/registry.rs:812:21
[INFO] [stdout]     |
[INFO] [stdout] 812 |         let pairs = get_all_contexts_uuids_from_namespace(ns)?;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_context_uuids_from_pool` in this scope
[INFO] [stdout]    --> src/registry.rs:832:17
[INFO] [stdout]     |
[INFO] [stdout] 230 | / pub(crate) fn remove_uuid_from_pool(
[INFO] [stdout] 231 | |     namespace: &str,
[INFO] [stdout] 232 | |     context: &str,
[INFO] [stdout] 233 | |     uuid: &Uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | | }
[INFO] [stdout]     | |_- similarly named function `remove_uuid_from_pool` defined here
[INFO] [stdout] ...
[INFO] [stdout] 832 |           assert!(get_context_uuids_from_pool(ns, "ctx").is_err());
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 832 -         assert!(get_context_uuids_from_pool(ns, "ctx").is_err());
[INFO] [stdout] 832 +         assert!(remove_uuid_from_pool(ns, "ctx").is_err());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_context_uuids_from_pool` in this scope
[INFO] [stdout]    --> src/registry.rs:861:17
[INFO] [stdout]     |
[INFO] [stdout] 230 | / pub(crate) fn remove_uuid_from_pool(
[INFO] [stdout] 231 | |     namespace: &str,
[INFO] [stdout] 232 | |     context: &str,
[INFO] [stdout] 233 | |     uuid: &Uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | | }
[INFO] [stdout]     | |_- similarly named function `remove_uuid_from_pool` defined here
[INFO] [stdout] ...
[INFO] [stdout] 861 |           assert!(get_context_uuids_from_pool(ns, "ctx").is_err());
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 861 -         assert!(get_context_uuids_from_pool(ns, "ctx").is_err());
[INFO] [stdout] 861 +         assert!(remove_uuid_from_pool(ns, "ctx").is_err());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `active-uuid-registry` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82", kill_on_drop: false }`
[INFO] [stdout] 24d85c919e6a59de85cf3e8fbe0aef717219cb41f72d563742d52c719b63bd82
